home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Power Point 2000 / LearnKey - PowerPoint 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TPLEASEWAIT / TPLEASEWAIT.txt
Encoding:
Text File  |  1999-05-10  |  1.1 KB  |  54 lines

  1. object PleaseWait: TPleaseWait
  2.   Left = 344
  3.   Top = 208
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'PleaseWait'
  7.   ClientHeight = 204
  8.   ClientWidth = 324
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Background: TGIFImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 320
  22.     Height = 200
  23.     AutoSize = True
  24.     FileName = 'D:\projects\splash\graphics\gifs\PleaseWait.GIF'
  25.   end
  26.   object Spin: TGIFImage
  27.     Left = 188
  28.     Top = 10
  29.     Width = 120
  30.     Height = 75
  31.     Animate = True
  32.     AutoSize = True
  33.     FileName = 'D:\projects\splash\graphics\gifs\Train.gif'
  34.     Loop = True
  35.     Speed = 1
  36.   end
  37.   object lblMessage: TLabelEffect
  38.     Left = 26
  39.     Top = 97
  40.     Width = 267
  41.     Height = 92
  42.     Alignment = taCenter
  43.     Caption = 'Loading Training Information Please Wait..'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clGray
  46.     Font.Height = -27
  47.     Font.Name = 'Times New Roman'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     Transparent = True
  51.     WordWrap = True
  52.   end
  53. end
  54.